home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #MENU7.2 < prev    next >
Text File  |  1988-06-01  |  4KB  |  92 lines

  1.  
  2.    ╔══════════════════════════════════════════════════════════════╗
  3.    ║                                                              ║
  4.    ║                 R E P O R T/ D I S P L A Y                   ║
  5.    ║                                                              ║
  6.    ╚══════════════════════════════════════════════════════════════╝
  7.  
  8.      REPORT  is  a  program which supports a  specially  tailored 
  9.      fill-in-the-blank  (template technique)  reporting  writing.
  10.      It   is   specially  suited  for  this  system  where   data 
  11.      information    is  not  organized  or  structured   into   a 
  12.      hierarchial  network.   REPORT  will tie together  all  data 
  13.      which  are  separately  stored in records  in  the  solution 
  14.      database.
  15.  
  16.      The  basic idea is to create,  using the standard  available 
  17.      personal  editor,  a report page or pages.   The report page 
  18.      will have the titles,  narratives,  column/row headings  and 
  19.      other information as needed.  The variable data fields which 
  20.      are  to be supplied by REPORT will be identified with  field 
  21.      identifiers.  These field identifiers will identify the data 
  22.      to be retrieved from the database.
  23.  
  24. ...more information on next view
  25.  
  26.      Data  values are displayed using field replacement.   Fields 
  27.      are identified by:
  28.  
  29.                                                                  
  30.    ══════════════════════════════════════════════════════════════
  31.           |dataname=datatype.modifiers|
  32.    ══════════════════════════════════════════════════════════════
  33.  
  34.      In  summary,  all field identifiers will be replaced by  its 
  35.      corresponding  values plus the required editing  before  the 
  36.      page is presented as a report.  This report page is called a 
  37.      report  template.   The  system  supports up  to  99  report 
  38.      templates per plan.
  39.  
  40.      BEST-PLAN supports up to 99 report templates per  PLAN.  For 
  41.      convenience,  it  is better to create multiple templates  of 
  42.      one-screen  size  (23-lines) rather than one long  template. 
  43.      Here  the  template number will act as the page  number  and 
  44.      faciliate random access capability by page.  
  45.  
  46. ...more information on next view
  47.  
  48.         ═════════════ SAMPLE: COST SUMMARY REPORT ════════════════
  49.  
  50. df=vl.e34
  51. d2=t$.e80
  52. d3=t4/3.0
  53.  
  54.       A.B.C. Chemical COMPANY              today's date: |today |
  55.  
  56.       cost summary report    PLAN:|plan| scenario:|sn|
  57.       demostration:         lubricating oil plant optimization
  58.  
  59.       scenario: |title                                                       |
  60.       cost(minimized): |optimal=t$.e42   |   infeasibility: |inf=t$.e34|
  61.         analysis date: |sndate|                      count: |inf=vl|
  62.                  time: |sntime|
  63.  
  64.     plant #1 cost summary        oil costs       op. costs       total cost
  65.  
  66. d10 & d30   |#100@10.t1| mbl |#100@10.d2.t2 | |#11@10.d2.t3| |fn=(f2+f3).d2.t4|
  67. d30 & d60   |#100@11.t1| mbl |#100@11.d2.t2 | |#11@11.d2.t3| |fn=(f2+f3).d2.t4|
  68. d10 & d60   |#100@12.t1| mbl |#100@12.d2.t2 | |#11@12.d2.t3| |fn=(f2+f3).d2.t4|
  69.  
  70.     ---------------------------------------------------------------------------
  71. totals      |t1        | mbl |t2            | |t3          | |t4              |
  72.  
  73.     plant #2 cost summary       plt #1 cost   plt #2 op. cost    total cost
  74.  
  75. m10 product |#510.t6   | mbl |fn=d3.d2.t7   | |#21@20.d2.t8| |fn=(f2+f3).d2.t9|
  76. m30 product |#530.t6   | mbl |fn=d3.d2.t7   | |#21@21.d2.t8| |fn=(f2+f3).d2.t9|
  77. m60 product |#560.t6   | mbl |fn=d3.d2.t7   | |#21@22.d2.t8| |fn=(f2+f3).d2.t9|
  78.     ---------------------------------------------------------------------------
  79. totals      |t6        | mbl |t7            | |t8          | |t9              |
  80.  
  81.     ---------------------------------------------------------------------------
  82.                 total operating costs  (plant #1 & #2)       |t9              |
  83.  
  84.  
  85.                 products         volume           overall costs/mbbls
  86.  
  87.               m10 product    |#710.t10.e32 |        |#510=i$.e80   |
  88.               m30 product    |#730.t10.e32 |        |#530=i$.e80   |
  89.               m60 product    |#760.t10.e32 |        |#560=i$.e80   |
  90. ...try other screens
  91.  
  92.